Add "the repo is the tracker" AI PM process blog post#10
Merged
Conversation
# Problem The blog had no engineering category or posts. This adds the first entry under a new Engineering section, covering an in-repo project management system built around XP principles adapted for AI agent workflows. # Solution Adds the markdown source for the post at `_posts/engineering/2026-06-03-the-repo-is-the-tracker.md` and its generated HTML output at `engineering/2026-06-03-the-repo-is-the-tracker.html`. The post describes a four-layer system (lighthouse, epic, phase, task) that keeps plan and code colocated so agent sessions can bootstrap from current reality rather than stale context. It draws a direct line from Kent Beck's XP practices to the constraints of stateless agent sessions. Also adds `engineering/index.html` as the new category landing page and wires it into the homepage `index.html` above the existing Side Projects section. # Notes The homepage now has an Engineering section above Side Projects. If the desired sort order differs (e.g. alphabetical or by post volume), that ordering should be adjusted before merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The blog had no engineering category or posts. This adds the first entry under a new Engineering section, covering an in-repo project management system built around XP principles adapted for AI agent workflows.
Solution
Adds the markdown source for the post at
_posts/engineering/2026-06-03-the-repo-is-the-tracker.mdand its generated HTML output atengineering/2026-06-03-the-repo-is-the-tracker.html. The post describes a four-layer system (lighthouse, epic, phase, task) that keeps plan and code colocated so agent sessions can bootstrap from current reality rather than stale context. It draws a direct line from Kent Beck's XP practices to the constraints of stateless agent sessions.Also adds
engineering/index.htmlas the new category landing page and wires it into the homepageindex.htmlabove the existing Side Projects section.Notes
The homepage now has an Engineering section above Side Projects. If the desired sort order differs (e.g. alphabetical or by post volume), that ordering should be adjusted before merge.